home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / chrome / imacros.jar / content / keydlg2.xul < prev    next >
Extensible Markup Language  |  2009-06-02  |  990b  |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://imacros/skin/imacros.css" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://imacros/locale/labels.dtd">
  6.  
  7. <dialog id="ketdlg2_window" title="&imacros.keydlg.title;"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9.     buttons="accept"
  10.     ondialogaccept="do_accept();"
  11.     maxwidth="350px">
  12.  
  13.   <script type="application/x-javascript"
  14.           src="chrome://imacros/content/keydlg2.js"/>
  15.  
  16.   <groupbox>
  17.     <hbox pack="center">
  18.       <vbox>
  19.     <label value="&imacros.keydlg.enter1;"/>
  20.     <textbox id="password-field" type="password" width="150"/>
  21.     <label value="&imacros.keydlg2.re-enter;"/>
  22.     <textbox id="confirm-field" type="password" width="150"/>
  23.     <checkbox id="store" label="&imacros.keydlg.checkbox.store;"/>
  24.       </vbox>
  25.     </hbox>
  26.   </groupbox>
  27.   <hbox pack="center">
  28.     <button dlgtype="accept" id="myAccept2"/>
  29.   </hbox>
  30.  
  31. </dialog>
  32.